body {
 /* background-image: url(https://i.pinimg.com/1200x/8c/1b/ad/8c1badf5c5072890997faf50e0bb3034.jpg); */
  /*background-repeat: no-repeat; */
 /* background-size: cover; */
  background-color: black;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'MSW98UI';
  color: white; /*font color */
  text-shadow: 0 0 3.5px #000000;
}

div {
  display: block;
  unicode-bidi: isolate;
}

/* SELECTION COLOR */
::selection {
    background: yellow;
    color: black;
    text-shadow: 0 0 5px #000000;
}

/*LINK STUFF*/
a:link {
  color: blue;
  /*text-decoration-style: wavy; */
}
a:visited {
  color: red;
  text-decoration: line-through;
}
a:hover {
  color: #61FFDF;
  text-decoration: underline;
  text-shadow: 0 0 5px #ffffff;
}
a:active {
  color: white;
}

#open {
  float: none;
  width: 500px;
  /*height: 250px;*/
  top: 500px;
  padding: 20px;
  left: 450px;
  position: fixed;
  background-color: rgb(36, 89, 173);
  border-radius: 10px;
  box-shadow: 0px 0px 27px 2px rgba(36, 89, 173,0.9);
}

#links {
  float: none;
  position: fixed;
  top: 215px;
  padding: 10px;
  left: 605px;
}
